home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / softwareupdate / system / atapi_pnp300 / devs / storage / cdplusplusfs < prev    next >
Text File  |  1995-06-02  |  449b  |  24 lines

  1. /* $VER: CD0 1.4 (11-04-95) CD++
  2.  *
  3.  * ATAPI CD-ROM filesystem mount entry using
  4.  *
  5.  * the CDplusplusFS y CD++ '95
  6.  *
  7.  */
  8.  
  9. FileSystem      = L:CDplusplusFS
  10. Flags           = 0
  11. BlocksPerTrack  = 32
  12. BlockSize       = 2048
  13. Mask            = 0x7ffffffe
  14. LowCyl          = 0
  15. HighCyl         = 11000
  16. Surfaces        = 1
  17. Buffers         = 30
  18. BufMemType      = 1
  19. GlobVec         = -1
  20. Priority        = 10
  21. DosType         = 0x43445050
  22. StackSize       = 3000
  23.  
  24.